  
  @font-face{
    src:url('../font/Cairo-VariableFont_slnt\,wght.ttf')  ;
    font-family: fontCa;
  }
.carousel-item {
    position: relative;
    /* display: none; */
    float: right;
    width: 100%;
    margin-left: -100%;
    margin-right: 0%!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
  /* nav */
  .zzz{
      position: sticky;
      top: 0;
      right: 0;
      left: 0;
      z-index: 99999999;
      transition: all 1s;
      background-color: #FFFFFF;
  }
  .cursor{
      cursor: pointer;
  }
  .text,.text1{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 30px;
      color: #333333;
      padding: 0 15px !important;
      text-transform: capitalize;
      transition: all 1s;
  }
  .text:hover,.text1:hover{
      color: #D73927;
  }
  .textSelect{
      color: #D73927;
  }
  .text::after{
      content: ' ';
      background-color: #D73927;
      position: absolute;
      top: 30px;
      right: 0px;
      width: 100%;
      height: 4px;
      padding: 0 15px 0px 15px !important;
      border-radius: 6px;
      transition:all 1s;
      opacity: 0;
  }
  .text1::after{
      content: ' ';
      background-color: #D73927;
      position: absolute;
      top: 30px;
      right: 15px;
      width: 25%;
      height: 4px;
      border-radius: 6px;
      transition:all 1s;
      opacity: 0;
  }
  .text:hover::after ,.text1:hover::after{
      opacity: 1;
  }
  
  .button{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      text-align: center;
      text-transform: capitalize;
      color: #FFFFFF;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background: #D73927;
      border-radius: 6px;
  }
  .rotateAr{
      transform: rotate(-180deg);
  }
  /* header */
  header{
      background-image: url(../image/home/bg.svg);
      /* background: #000; */
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .head-text{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 700;
      font-size: 39px;
      line-height:55px;
      text-transform: capitalize;
      color: #1B0705;
  }
  
  .head-p{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      /* line-height: 40px; */
      text-transform: lowercase;
      color: #333333;
  }
  @media (max-width: 990.98px) {
      .head-text{
          font-size: 27px;
      } 
  }
  /* about */
  .cont{
      width: 85%;
      margin: auto;
  }
  .about-h{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 700;
      font-size: 25px;
      line-height: 47px;
      text-transform: capitalize;
      color: #333333;
  }
  .about-h::after{
      content: " ";
      position: absolute;
      background-color:#FFC10D;
      width: 75px;
      height: 4px;
      border-radius: 6px;
      top:60px;
      right: 0%;
  }
  /*  */
  .section2-contant{
      background-image: url(../image/home/1.png);
      background-size: cover;
      border-radius: 10px;
      /* height: 350px; */
      padding: 80px 80px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .div{
      /* width: 206px; */
      height: 170px;
      border:2px solid #333333 ;
      border-radius: 6px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: capitalize;
      position: relative;
      transition: all 1s;
  }
  .div img{
      position: absolute;
      top: -30px;
      right: 17px;
  }
  .div .line{
      position: absolute;
      top: -3px;
      right: 8px;
      width: 80px;
      height: 5px;
      background-color: rgba(255, 248,248, 1);
  }
  .div .textDiv{
    font-family: 'fontCa';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
}
  .div:hover{
      color: #D73927;
      border-color: #D73927;
  }
  /*  */
  #anim,#anim1{
      position: relative;
      transform: translateY(150px);
      opacity: 0;
      transition: all 2s ease;
  }
  #anim.ahmad ,#anim1.ahmad{
      transform: translateY(0px);
      opacity: 1; 
  }

  /* Hudhud features */
  .background{
      background-image: url(../image/home/2.png);
      margin-top: 60px;
      overflow: auto;
  }
  .s-head{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 700;
      font-size: 25px;
      line-height: 47px;
      text-align: center;
      text-transform: capitalize;
      color: #FFFFFF;
      margin-top: 50px;
      position: relative;
  
  }
  .s-head::after{
      content: ' ';
      background-color: #FFC10D;
      position: absolute;
      top: 70px;
      right: 45%;
      width: 10%;
      height: 6px;
      border-radius: 6px;
  }
  @media (max-width: 575.98px) {
      .s-head::after{
          right: 40%;
          width: 20%;
      }
    
    }
  .s-cont{
      border:1px solid #FFC10D;
      border-radius: 6px;
  }
  .s-pox{
      height: 110px;
      display: flex;
      align-items: center;
      justify-content: center;
      
  }
  @media (max-width: 575.98px) {
     .s-pox{
      height:130px;
     }
    
    }
  .s-text{
      font-family: 'fontCa';
      text-transform: capitalize;
      color: #FFC10D;
  }
  .s-para{
      font-family: 'fontCa'; 
      text-transform: capitalize;
      color: #FFFFFF;
  }
  /* Success Partners / Our Clients */
  .client-head{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 700;
      font-size: 25px;
      line-height: 47px;
      text-align: center;
      text-transform: capitalize;
      color: #1B0705;
  }
  .borde{
      /* display: flex; */
      align-items: center;
      justify-content: center;
      /* border:1px solid #333333; */
      padding: 10px;
  }
  /*  */
  .bg-color{
      background-color: #862418;
      overflow: hidden;
      /* height: 300px; */
      /* margin-top: 100px; */
  }
  .bg-head{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 700;
      font-size: 39px;
      line-height: 73px;
      text-align: center;
      text-transform: capitalize;
      color: #FFFFFF;
  }
  .bg-para{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      text-transform: capitalize;
      color: #F0F0F0
  }
  /* contact us */
  .background-cont{
      background-image: url(../image/home/3.png);
      border-radius: 50px;
  }
  @media (max-width: 575.98px) {
      .background-cont{
          border-radius: 0px;
      }
  }
  .contact-head{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 600;
      font-size: 31px;
      line-height: 58px;
      text-transform: capitalize;
      color: #FFFFFF;
  }
  .contact-btn{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      text-align: center;
      text-transform: capitalize;
      color: #D73927;
      border: 1px solid white;
      border-radius: 6px;
      padding: 15px 20px;
      transition: all 1s;
  }
  /* .contact-btn:hover{
      color: white;
      border: 1px solid #D73927;
      background-color: #d5671c;
  
  } */
  /* footer */
  footer{
      background-color: #FFF8F8;
  }
  
  footer .link{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      text-transform: capitalize;
      color: #333333;   
  }
  footer .head{
      font-size: 20px;
  }
  footer .alink{
      font-size: 16px;
      display: block;
      text-decoration: none;   
  }
  @media (max-width: 575.98px) {
      .link{
          font-size: 13px;
          line-height: 24px;
      }
      .width{
          width: 10%;
      }
  }
  /* countact us page */
  .form-head{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 600;
      font-size: 31px;
      line-height: 58px;
      text-transform: capitalize;
      color: #333333;
  }
  .butn{
      background-color: #D73927;
      border: #D73927;
      border-radius: 6px;
  
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      text-transform: capitalize;
      color: #F0F0F0;
      transition: all 1s;
  }
  .butn:hover{
      color: #D73927;
  }
  .countact-icon{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 15px;
      text-transform: capitalize;
      color: #1B0705;
  }
  .countact-icon2{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      text-transform: capitalize;
      color: #333333;
  }
  .countact-icon2:hover{
    color: #333333;
  }
  .hov{
      transition: all 1s;
      z-index: 99;
  }
  .hov:hover{
      box-shadow:-10px 10px 10px  #e0dfdf;
      border-radius: 20px;
      background-color: #FFF8F8;
  }
  .ma{
      position: absolute;
      right: 20px;
      bottom: 50px;
  }
  .ma1{
      position: absolute;
      left: 20px;
      top: 20px;
  }
  
  /* parcel system page */
  
  .parcel-head{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 700;
      font-size: 25px;
      line-height: 47px;
      text-align: center;
      text-transform: capitalize;
      color: #1B0705;
  }
  .parcel-headHow{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 600;
      font-size: 31px;
      line-height: 47px;
      text-align: center;
      text-transform: capitalize;
      color: #1B0705;
  }
  .parcel-hover{
      border: none; 
      transition: all 1s;
  }
  .parcel-hover:hover{
      background: #D73927;
      border-radius: 6px;
  }
  .parcel-bg{
      background-color: #FFF8F8;
  }
  .line-img{
      position: absolute;
      top: 20%;
      right: 25%;
  }
  /* @media  (min-width: 1202px) {
      .line-img{
         display: none;
      }
  } */
  @media (min-width: 992px) and (max-width: 1199px) {
      .line-img{
          top: 20%;
          right: 20%;
       }   
  }
  @media  (min-width: 575.98px) and (max-width: 991px) {
      .line-img{
          display: none;
       }
  }
  @media (max-width: 575.98px) {
      .line-img{
          top: 40%;
          right: -120px;
          transform: rotate(-90deg);
      }
  }
  .part-head{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 37px;
      text-align: center;
      text-transform: capitalize;
      color:  #1B0705
  }
  .parcel-para{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      text-align: center;
      text-transform: lowercase;
      color: #666666;
  }
  .contain{
      width: 80%;
      margin: auto;
  }
  @media (max-width: 575.98px) {
      .contain{
          width: 100%;
      }
  }
  .how-head{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      text-transform: capitalize;
      color: #1B0705;
  }
  .how-para{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      text-transform: lowercase;
      color: #333333;
  }
  @media (max-width: 575.98px) {
    .how-head{
        font-size: 16px;
    }
    .how-para{
        font-size: 12px;
    }
    .ImgSm{
        width: 40px;
    }
}
  .ll{
      text-align: right;
      border: none;
      background-color: #FFFFFF;
      transition: all 1s;
  }

  .nav .active{
      color: #FFFFFF;
      background-color: #D73927;
      border-radius: 10px;
  }
  .selc-head1{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 700;
      font-size: 25px;
      line-height: 47px;
      text-transform: capitalize;
      color: #1B0705;
      
  }
  .selc-head{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      text-align: right;
      text-transform: capitalize;
  }
  .selc-para{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 24px;
      text-align: right;
      text-transform: capitalize;
  }
  .absl-img{
      position: absolute;
      top: 0px;
      right: 35%;
      z-index: -1;
  }
  @media (max-width: 575.98px) {
      .absl-img{
          right: -10px;
      }
  }
  .p{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      /* text-align: center; */
      text-transform: lowercase;
      color: #666666;
      width: 40%;
  }
  @media (max-width: 575.98px) {
      .p{
          width: 100%;
      }
  }
  .control-img{
      width: 100%;
      height: 500px;
      object-fit: contain;
  }
  /* Hudhud Control System Features */
  .carousel-indicators{
      bottom: -40px!important;
      color: #D73927!important;
  }
  .carousel-indicators .circle{
      width: 15px!important;
      height: 15px!important;
      border-radius: 50%;
      background-color: #D73927!important;
  }

  
  .img-slidBoot{
    width: 100%;
    height: 400px;
}

.slideFok{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    /* background-color: black; */
    overflow: hidden;
}

  
  /* end parcel system page */
  
  /* sign in */
  .sign{
      transition:all 5s;
  }
  .signIn-text{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      /* display: flex;
      align-items: flex-end; */
      text-transform: capitalize;
      color: #333333;
  }
  .sign button{
      color: #FFFFFF;
  }
  .sign button:hover {
      color: #D73927;
  }
  .sign .iEn{
      position: absolute;
      top: 50px;
      left: 5px;
      font-size: 15px;
      color: #666666;
  }
 
  .fixed-box{
      position: fixed;
      background-color:rgba(0, 0, 0, .6) ;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999999;
      display: flex;
      align-items: center;
      justify-content: center;
      display: none;
  }
  .contant{
      width: 50%;
      height: 50%;
      margin: auto; 
  }
  @media (max-width: 575.98px) {
      .contant{
          width: 100%;
          height: 100%;
          margin: auto; 
      }
  }
  .sign-btn{
      background-color: #D73927;
      border: 2px solid #D73927;
      border-radius: 6px;
      transition: all 1s;
  }
  .sign-btn:hover{
      background-color: #FFFFFF;
      border: 2px solid #D73927;
  }
  /* sign in res*/
  .fixed-boxRes{
      position: fixed;
      background-color:white;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      /* height: 100%; */
      z-index: 9999999;
      display: flex;
      align-items: center;
      justify-content: center;
      display: none;
  }
  /* prices page */
  .p-pric{
      font-size: 13px;
      transition: all 1s;
  }
  .font-icon{
      border:  1px solid rgba(0, 0,0, .4);
      border-radius: 50%;
      background-color: rgba(0, 0,0, .4);
      color: #FFFFFF;
      font-size: 10px;
      /* padding: 5px; */
      transition: all 1s;
  
  }
  .card-butn{
      background-color: #D73927;
      border: 2px solid #D73927;
      border-radius: 6px;
      color: #FFFFFF;
      text-transform:capitalize ;
      transition: all 1s;
  }
     
  .card{
      border: none; 
      box-shadow: -10px 10px 10px rgba(0, 0,0, .4);
      transition: all 1s;
  
  }
  .card:hover{
      background-color: #360E0A;   
  }
  .card:hover .ho,.card:hover .p-pric{
      color: #FFFFFF;
  }
  .card:hover .hover{
      background-color: #FFFFFF;
      border-radius: 6px;
      color: #1B0705; 
  }
  .card:hover .font-icon{
      background-color:#FFFFFF ;
      color:rgba(0, 0,0, .4);
  }
  .card:hover .card-butn{
      background-color: #FFFFFF;
      color:  #D73927;
      border: 2px solid #FFFFFF;
  }
  .card-body{
      transition: all 1s;
  }
  .card:hover .card-body::before{
      background-color: #FFFFFF;
  }
  .hover{
      background-color: #FFF8F8;
      transition: all 1s;
  }
  .card-head{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 10px;
      color: #1B0705;
  }
  .card-para{
      font-family: 'fontCa';
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      /* line-height: 24px; */
      text-transform: capitalize;
      color: #333333;
  }
  .card-bodyy::before{
      content: " ";
      position: absolute;
      background-color: rgba(0, 0,0, .2);
      top: 120px;
      right: 10%;
      width: 80%;
      height: 2px;
  }
  .imgpric1-abs{
      position: absolute;
      left: 58%;
      z-index: -2;
  }
  .imgpric2-abs{
      position: absolute;
      left: 38%;
      top: 20px;
      z-index: -2;
  }
 
  @media (max-width: 575.98px) {
      .imgpric1-abs{
          left: 75%;
      }
      .imgpric2-abs{
          left: 10%;
      }      
  }
  .section{
      position: fixed;
      background-color:#FFFFFF ;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 9999999;
      display: none;  
  }
  .sectionRes-btn{
      background-color: #D73927;
      border: 2px solid #D73927;
      border-radius: 3px;
      color: #FFFFFF;
      text-transform:capitalize ;
  }
  
  
  
  